vcLight

vcLight provides the ability to create and control lights in the 3D world.

See in: Overview

Module: vcCore

Parent: vcObject

Children: vcAmbientLight, vcDirectionalLight, vcPointLight, vcSpotLight

Referenced by: vcWorld.Lights, vcWorld.createLight(), vcWorld.findLight()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
EnabledBooleanRWGets or sets the on/off state of the light.
IntensityRealRWGets or sets the light's intensity.
NameStringRWGets or sets the name of light.
TypevcLightTypeRGets the light type.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
deleteNoneNoneDeletes the light.